'宣言 Public Function New( _ ByVal collection As ICollection(Of T), _ ByVal items() As T, _ ByVal itemTypeDisplayName As String _ )
public CollectionChangeUndoUnit<T>( ICollection<T> collection, T[] items, string itemTypeDisplayName )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | collection は null であってはいけません。 |
| System.ArgumentException | collection は読み取り専用にできません。 |